DoubleNINumericDoubleNBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.BitwiseComplement()
Private Function BitwiseComplement As DoubleN
Implements INumeric(Of DoubleN).BitwiseComplement
private:
virtual DoubleN BitwiseComplement() sealed = INumeric<DoubleN>::BitwiseComplement
private abstract BitwiseComplement : unit -> DoubleN
private override BitwiseComplement : unit -> DoubleN
DoubleNA bitwise complement of the current value.
INumericTSelfBitwiseComplement